home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / Spectro / Source / WaterfallComputer.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  281 b   |  17 lines

  1. /* Generated by Interface Builder */
  2.  
  3. #import <objc/Object.h>
  4.  
  5. @interface WaterfallComputer:Object
  6. {
  7.     id    mySignalProcessor;
  8.     id    myApp;
  9. }
  10.  
  11. - setApp:anObject;
  12. - setSignalProcessor:anObject;
  13. - computeThisCodex: (unsigned char *) data;
  14. - computeThisLinear: (short *) data;
  15.  
  16. @end
  17.